Skip to content

Commit

Permalink
fix: prod image
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsbergPhilip committed Nov 14, 2024
1 parent a8e0876 commit e32be18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
frontend:
image: etimodanielwinther/diamonds2_frontend:${DIAMONDS_DOCKER_TAG}
image: etimodanielwinther/diamonds2_frontend:main-${DIAMONDS_DOCKER_TAG}
restart: always
environment:
- VITE_API_BASE_URL=http://backend:3000/api
Expand All @@ -25,7 +25,7 @@ services:
- ./data/certbot/www:/var/www/certbot

backend:
image: etimodanielwinther/diamonds2_backend:${DIAMONDS_DOCKER_TAG}
image: etimodanielwinther/diamonds2_backend:main-${DIAMONDS_DOCKER_TAG}
restart: always
environment:
- DATABASE_URL
Expand Down

0 comments on commit e32be18

Please sign in to comment.