From 592c70c6021381360220f77e3ecbd4f277cc79de Mon Sep 17 00:00:00 2001 From: Artur Date: Thu, 3 Oct 2024 11:16:56 +0200 Subject: [PATCH] Correction of deploy-dc --- deploy-this/deploy-dc.yml | 61 +++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 31 deletions(-) diff --git a/deploy-this/deploy-dc.yml b/deploy-this/deploy-dc.yml index 766e32d..d339159 100644 --- a/deploy-this/deploy-dc.yml +++ b/deploy-this/deploy-dc.yml @@ -1,39 +1,38 @@ services: angular-services: - - image: ${JAVA_17} - container_name: angular-services - - networks: - - proxy-net - - restart: always - - environment: - TZ: Europe/Warsaw - entrypoint: - - java - - -jar - - /_apps_jars_/angular-services-0.0.1.jar - - ports: - - 8800:8800/tcp # exposing port for www - + image: ${JAVA_17} + container_name: angular-services + restart: always + + networks: + - proxy-net + + environment: + TZ: Europe/Warsaw + + entrypoint: + - java + - -jar + - /_apps_jars_/angular-services-0.0.1.jar - 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_ - - deploy: - resources: - limits: - memory: 256M + ports: + - 8800:8800/tcp # exposing port for www + + + 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_ + + deploy: + resources: + limits: + memory: 256M networks: proxy-net: