This repository has been archived on 2023-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
IMIE_CC/docker/docker-compose.override.yml
Florian Bouillon 884e8e24fa
Updated
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-05-26 00:15:15 +02:00

17 lines
277 B
YAML

version: "3"
services:
tcgdex:
volumes:
- ../:/home/tcgdex
command: "yarn dev"
ports:
- "3000:3000"
phpmyadmin:
image: phpmyadmin/phpmyadmin
ports:
- 8080:80
networks:
- network
env_file:
- .env