Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 authored Sep 21, 2024
2 parents 5b508e0 + a5d582a commit 0eb3e10
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
frontend: &frontend
app1: &frontend
restart: always
image: ghcr.io/vatsim-radar/vatsim-radar/production
depends_on:
Expand All @@ -11,13 +11,10 @@ services:
test: "bash -c 'echo -n > /dev/tcp/127.0.0.1/3000'"
interval: 1s
retries: 360
volumes:
- /opt/radar-data:/radar/src/data

app1:
<<: *frontend
ports:
- 8080:3000
volumes:
- /opt/radar-data:/radar/src/data

app2:
<<: *frontend
Expand Down

0 comments on commit 0eb3e10

Please sign in to comment.