Skip to content

Commit

Permalink
Merge pull request #827 from ita-social-projects/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
MementoMorj authored Sep 25, 2023
2 parents 33796b2 + 8492739 commit 987d62c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
volumes:
- /etc/certbot/www/:/var/www/certbot/:rw
- /etc/certbot/conf/:/etc/letsencrypt/:rw

nginx:
image: nginx:latest
ports:
Expand All @@ -16,7 +17,6 @@ services:
- ./templates:/etc/nginx/templates
- /etc/certbot/www:/var/www/certbot/:ro
- /etc/certbot/conf:/etc/nginx/ssl/:ro

frontend:
image: streetcodeua/streetcode_client:${DOCKER_TAG_FRONTEND}
pull_policy: always
Expand All @@ -29,6 +29,7 @@ services:
retries: 5
environment:
API_URL: ${ENV_API_BACKEND}

backend:
image: streetcodeua/streetcode:${DOCKER_TAG_BACKEND}
pull_policy: always
Expand Down Expand Up @@ -64,4 +65,4 @@ networks:
name: backend
frontend:
external:
name: frontend
name: frontend

0 comments on commit 987d62c

Please sign in to comment.