Skip to content

Commit

Permalink
Merge pull request #17 from betagouv/mep
Browse files Browse the repository at this point in the history
ci: update main
  • Loading branch information
ledouxm authored Jun 12, 2024
2 parents 98603b4 + 49a2ff2 commit d662f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker-compose.main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ volumes:

services:
frontend:
image: ghcr.io/betagouv/compte-rendu-vif-main-frontend:latest
image: ghcr.io/betagouv/compte-rendu-vif-main:frontend
restart: always
depends_on:
- electric

backend:
image: ghcr.io/betagouv/compte-rendu-vif-main-backend:latest
image: ghcr.io/betagouv/compte-rendu-vif-main:backend
restart: always
depends_on:
- electric
Expand Down

0 comments on commit d662f28

Please sign in to comment.