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

35 lines
655 B
YAML
Raw Normal View History

2018-10-03 10:03:20 +00:00
version: "2"
volumes:
mariadata:
services:
tcgsql:
image: mariadb:10
restart: "no"
environment:
- "MYSQL_ROOT_PASSWORD=Oonov0caichohth8leiyienguoho8cho"
volumes:
- "mariadata:/var/lib/mysql"
adminer:
image: adminer:standalone
restart: "no"
environment:
- "ADMINER_DESIGN=rmsoft"
- "ADMINER_DEFAULT_SERVER=tcgsql"
ports:
- "8002:8080"
# dbuser: fftcg
# dbpass: juchie5OhH6eiQuujaoquievezoe9iXe
2018-10-03 10:03:20 +00:00
fftcg:
build: .
command: "yarn debug"
2018-10-03 10:03:20 +00:00
restart: "no"
volumes:
- "${PWD}/src:/app/src"
2018-12-03 13:27:10 +00:00
- "${PWD}/public_html:/app/public_html"
2018-10-03 10:03:20 +00:00
ports:
- "8001:8080"