Skip to content

Commit

Permalink
Fix prod services name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcha committed Aug 13, 2023
1 parent 0706645 commit a51d56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:

# Prod profile

traefik:
traefik-prod:
profiles: ["prod"]
restart: unless-stopped
image: "traefik:v2.10"
Expand All @@ -49,7 +49,7 @@ services:
- "8080:8080"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
vite-app:
vite-app-prod:
profiles: ["prod"]
restart: unless-stopped
labels:
Expand Down

0 comments on commit a51d56e

Please sign in to comment.