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