Correction of deploy-dc
This commit is contained in:
parent
29cc0a02ed
commit
592c70c602
|
|
@ -2,38 +2,37 @@ services:
|
|||
|
||||
angular-services:
|
||||
|
||||
image: ${JAVA_17}
|
||||
container_name: angular-services
|
||||
image: ${JAVA_17}
|
||||
container_name: angular-services
|
||||
restart: always
|
||||
|
||||
networks:
|
||||
- proxy-net
|
||||
networks:
|
||||
- proxy-net
|
||||
|
||||
restart: always
|
||||
environment:
|
||||
TZ: Europe/Warsaw
|
||||
|
||||
environment:
|
||||
TZ: Europe/Warsaw
|
||||
entrypoint:
|
||||
- java
|
||||
- -jar
|
||||
- /_apps_jars_/angular-services-0.0.1.jar
|
||||
|
||||
entrypoint:
|
||||
- java
|
||||
- -jar
|
||||
- /_apps_jars_/angular-services-0.0.1.jar
|
||||
|
||||
ports:
|
||||
- 8800:8800/tcp # exposing port for www
|
||||
ports:
|
||||
- 8800:8800/tcp # exposing port for www
|
||||
|
||||
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
||||
volumes:
|
||||
# System dir with keystore
|
||||
- ${IMPORTANT_DATA}/_start_system_on_docker_:/_system_:ro
|
||||
- ${DOCKER_DATA}/_apps_jars_:/_apps_jars_
|
||||
volumes:
|
||||
# System dir with keystore
|
||||
- ${IMPORTANT_DATA}/_start_system_on_docker_:/_system_:ro
|
||||
- ${DOCKER_DATA}/_apps_jars_:/_apps_jars_
|
||||
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 256M
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 256M
|
||||
|
||||
networks:
|
||||
proxy-net:
|
||||
|
|
|
|||
Loading…
Reference in New Issue