Correction of deploy-dc

This commit is contained in:
Artur 2024-10-03 11:16:56 +02:00
parent 29cc0a02ed
commit 592c70c602
1 changed files with 30 additions and 31 deletions

View File

@ -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: