Skip to content

Commit

Permalink
docker compose to proxy backend files through nginx - fix #124
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Jul 27, 2024
1 parent 01e559f commit afb86aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker-compose-acme.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

networks:
ticketz:
nginx-proxy:
Expand Down Expand Up @@ -78,6 +76,8 @@ services:
dockerfile: ./Dockerfile
env_file:
- .env-frontend-acme
volumes:
- backend_public:/var/www/backend-public/
restart: always
depends_on:
- acme-companion
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-cloudflare.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

networks:
ticketz:

Expand Down Expand Up @@ -33,6 +31,8 @@ services:
dockerfile: ./Dockerfile
env_file:
- .env-frontend-cloudflare
volumes:
- backend_public:/var/www/backend-public
restart: always
depends_on:
- backend
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-local.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

networks:
ticketz:

Expand Down Expand Up @@ -37,6 +35,8 @@ services:
dockerfile: ./Dockerfile
env_file:
- .env-frontend-local
volumes:
- backend_public:/var/www/backend-public
restart: always
depends_on:
- backend
Expand Down

0 comments on commit afb86aa

Please sign in to comment.