Update docker compose file and move env to own file.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-07 07:13:06 -07:00
parent 4e5d893850
commit 4e92155f5b
5 changed files with 14 additions and 5 deletions

View File

@@ -16,6 +16,8 @@ services:
# expose port and/or use serving via traefik
ports:
- 8080:8080
env_file:
- .env
# traefik configurations, including networks can be commented out if not needed
networks:
- traefik-ingress