1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

Revert "Fixed: ports are on the wrong service"

This commit is contained in:
vabene1111
2022-11-13 13:24:13 +01:00
committed by GitHub
parent a8a590a942
commit 3e2988f998

View File

@@ -13,8 +13,6 @@ services:
image: vabene1111/recipes image: vabene1111/recipes
env_file: env_file:
- ./.env - ./.env
ports:
- 80:8080
volumes: volumes:
- staticfiles:/opt/recipes/staticfiles - staticfiles:/opt/recipes/staticfiles
- nginx_config:/opt/recipes/nginx/conf.d - nginx_config:/opt/recipes/nginx/conf.d
@@ -26,6 +24,7 @@ services:
image: nginx:mainline-alpine image: nginx:mainline-alpine
restart: always restart: always
ports: ports:
- 80:80
env_file: env_file:
- ./.env - ./.env
depends_on: depends_on: