|
|
@ -7,9 +7,11 @@ services: |
|
|
ports: |
|
|
ports: |
|
|
- '8080:8080' |
|
|
- '8080:8080' |
|
|
volumes: |
|
|
volumes: |
|
|
|
|
|
- ..:/app/work |
|
|
- /etc/localtime:/etc/localtime:ro |
|
|
- /etc/localtime:/etc/localtime:ro |
|
|
- /etc/timezone:/etc/timezone:ro |
|
|
- /etc/timezone:/etc/timezone:ro |
|
|
command: ['/app/dtm/main', 'qs'] |
|
|
command: ['/app/dtm/main', 'qs'] |
|
|
|
|
|
working_dir: /app/work |
|
|
extra_hosts: |
|
|
extra_hosts: |
|
|
- 'host.docker.internal:host-gateway' |
|
|
- 'host.docker.internal:host-gateway' |
|
|
db: |
|
|
db: |
|
|
|