Skip to content

Commit

Permalink
Deactivate local nomad.yaml generally - config already included in do…
Browse files Browse the repository at this point in the history
…cker build process
  • Loading branch information
fabianschoeppach committed Oct 2, 2024
1 parent 123ebc8 commit db3872a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:
mongo:
condition: service_healthy
volumes:
- ./configs/nomad.yaml:/app/nomad.yaml
# - ./configs/nomad.yaml:/app/nomad.yaml
- ./.volumes/fs:/app/.volumes/fs
command: python -m celery -A nomad.processing worker -l info -Q celery

Expand Down Expand Up @@ -112,7 +112,7 @@ services:
north:
condition: service_started
volumes:
- ./configs/nomad.yaml:/app/nomad.yaml
# - ./configs/nomad.yaml:/app/nomad.yaml
- ./.volumes/fs:/app/.volumes/fs
command: ./run.sh
healthcheck:
Expand Down Expand Up @@ -144,7 +144,7 @@ services:
NOMAD_ELASTIC_HOST: elastic
NOMAD_MONGO_HOST: mongo
volumes:
- ./configs/nomad.yaml:/app/nomad.yaml
# - ./configs/nomad.yaml:/app/nomad.yaml
- ./.volumes/fs:/app/.volumes/fs
- /var/run/docker.sock:/var/run/docker.sock
user: '1000:991'
Expand Down Expand Up @@ -177,7 +177,7 @@ services:
mongo:
condition: service_healthy
volumes:
- ./configs/nomad.yaml:/app/nomad.yaml
# - ./configs/nomad.yaml:/app/nomad.yaml
- ./.volumes/fs:/app/.volumes/fs
command: python -m nomad.cli admin run logtransfer
profiles: ["with_logtransfer"]
Expand Down

0 comments on commit db3872a

Please sign in to comment.