Skip to content

Commit

Permalink
🐳 chore(profiles, restart policy): added restart: unless-stopped poli…
Browse files Browse the repository at this point in the history
…cy, trying out docker compose profiles
  • Loading branch information
PrtmPhlp committed Oct 31, 2024
1 parent 697b98f commit 1e25fb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-fullstack/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ services:
dsb-frontend:
container_name: dsb-frontend
image: ghcr.io/prtmphlp/dsb-frontend:latest
restart: unless-stopped
profiles: ["dsb"]
#build: .
environment:
#- NEXT_PUBLIC_API_URL=https://api.home.pertermann.de
Expand All @@ -22,6 +24,7 @@ services:
build: ..
container_name: dsb-scraper
restart: unless-stopped
profiles: ["dsb"]
ports:
- "5555:5555"
environment:
Expand Down

0 comments on commit 1e25fb6

Please sign in to comment.