This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
node-fftcg/docker-compose.yml

13 lines
250 B
YAML

version: "2"
services:
fftcg:
build: .
command: "yarn debug"
restart: "no"
volumes:
- "${PWD}/src:/app/src"
- "${PWD}/public_html:/app/public_html"
- "${PWD}/fftcg.db:/app/fftcg.db"
ports:
- "3000:3000"