mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-04-23 03:02:08 +00:00
19 lines
314 B
YAML
19 lines
314 B
YAML
version: "3"
|
|
services:
|
|
tcgdex:
|
|
volumes:
|
|
- ../:/home/tcgdex
|
|
command: "yarn dev"
|
|
tty: true
|
|
ports:
|
|
- "3000:3000"
|
|
phpmyadmin:
|
|
image: phpmyadmin/phpmyadmin
|
|
ports:
|
|
- 8081:80
|
|
networks:
|
|
- network
|
|
env_file:
|
|
- .env
|
|
- .env.local
|