Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jan 26, 2024
1 parent 6bcf64c commit 702e865
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
container_name: trmm-init
image: ${IMAGE_REPO}tactical:${VERSION}
restart: on-failure
command: [ "tactical-init" ]
command: ["tactical-init"]
environment:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASS: ${POSTGRES_PASS}
Expand Down Expand Up @@ -151,7 +151,7 @@ services:
container_name: trmm-backend
image: ${IMAGE_REPO}tactical:${VERSION}
user: 1000:1000
command: [ "tactical-backend" ]
command: ["tactical-backend"]
restart: always
networks:
- proxy
Expand All @@ -167,7 +167,7 @@ services:
container_name: trmm-websockets
image: ${IMAGE_REPO}tactical:${VERSION}
user: 1000:1000
command: [ "tactical-websockets" ]
command: ["tactical-websockets"]
restart: always
networks:
- proxy
Expand Down Expand Up @@ -205,7 +205,7 @@ services:
container_name: trmm-celery
image: ${IMAGE_REPO}tactical:${VERSION}
user: 1000:1000
command: [ "tactical-celery" ]
command: ["tactical-celery"]
restart: always
networks:
- redis
Expand All @@ -222,7 +222,7 @@ services:
container_name: trmm-celerybeat
image: ${IMAGE_REPO}tactical:${VERSION}
user: 1000:1000
command: [ "tactical-celerybeat" ]
command: ["tactical-celerybeat"]
restart: always
networks:
- proxy
Expand Down

0 comments on commit 702e865

Please sign in to comment.