Merge Atlantis #1

Merged
cwalthe2 merged 3 commits from atlantis into main 2024-09-20 10:10:45 +02:00
3 changed files with 11 additions and 7 deletions
Showing only changes of commit f9a6ba8f1c - Show all commits

View File

@ -5,7 +5,8 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "7200:7200" - "7200:7200"
network_mode: host extra_hosts:
- "host.docker.internal:host-gateway"
volumes: volumes:
- ./configuration.yaml:/go/src/app/configuration.yaml - ./configuration.yaml:/go/src/app/configuration.yaml
restart: unless-stopped restart: unless-stopped