Compare commits

...

2 Commits

3 changed files with 9 additions and 6 deletions

View File

@@ -2,7 +2,6 @@
set -ex set -ex
docker compose \ docker compose \
-f docker-compose.yml \ -f docker-compose.yml \
-f docker-compose.db.yml \ -f docker-compose.db.yml \

View File

@@ -1,3 +1,5 @@
# REQ0021
# related to ./scripts/dc_dev.sh # related to ./scripts/dc_dev.sh
# consider we are starting in project/002_source/docker, see dc_dev.sh # consider we are starting in project/002_source/docker, see dc_dev.sh
@@ -17,7 +19,7 @@ services:
# environment: # environment:
# ENCRYPTION: example #optional # ENCRYPTION: example #optional
ports: ports:
- 8090:8090 - 3013:8090
volumes: volumes:
# group custom persistant data inside docker directory # group custom persistant data inside docker directory
- ./volumes/pocketbase/pb_data:/pb_data - ./volumes/pocketbase/pb_data:/pb_data
@@ -37,6 +39,6 @@ services:
deploy: deploy:
resources: resources:
limits: limits:
cpus: 0.1 cpus: '0.1'
reservations: reservations:
cpus: 0.01 cpus: '0.01'

View File

@@ -1,3 +1,5 @@
# REQ0021
services: services:
cms: cms:
image: 192.168.10.61:5000/demo_cms_ubuntu image: 192.168.10.61:5000/demo_cms_ubuntu
@@ -7,7 +9,7 @@ services:
volumes: volumes:
- ../cms:/app - ../cms:/app
ports: ports:
- 3000:3000 - 3011:3000
working_dir: /app working_dir: /app
# command: /app/scripts/docker/entrypoint.sh # command: /app/scripts/docker/entrypoint.sh
command: sleep infinity command: sleep infinity
@@ -97,7 +99,7 @@ services:
# volumes: # volumes:
# - ../ionic_mobile:/app # - ../ionic_mobile:/app
# ports: # ports:
# - 5173:5173 # - 3012:5173
# - 8081:8080 # - 8081:8080
# working_dir: /app # working_dir: /app
# command: /app/scripts/docker/entrypoint.sh # command: /app/scripts/docker/entrypoint.sh