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: angular-services:
image: ${JAVA_17} image: ${JAVA_17}
container_name: angular-services container_name: angular-services
restart: always
networks: networks:
- proxy-net - proxy-net
restart: always environment:
TZ: Europe/Warsaw
environment: entrypoint:
TZ: Europe/Warsaw - java
- -jar
- /_apps_jars_/angular-services-0.0.1.jar
entrypoint: ports:
- java - 8800:8800/tcp # exposing port for www
- -jar
- /_apps_jars_/angular-services-0.0.1.jar
ports:
- 8800:8800/tcp # exposing port for www
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
volumes: volumes:
# System dir with keystore # System dir with keystore
- ${IMPORTANT_DATA}/_start_system_on_docker_:/_system_:ro - ${IMPORTANT_DATA}/_start_system_on_docker_:/_system_:ro
- ${DOCKER_DATA}/_apps_jars_:/_apps_jars_ - ${DOCKER_DATA}/_apps_jars_:/_apps_jars_
deploy: deploy:
resources: resources:
limits: limits:
memory: 256M memory: 256M
networks: networks:
proxy-net: proxy-net: