kompress eshop rename from gitara

This commit is contained in:
Priec
2026-06-17 13:57:37 +02:00
parent 95f195a204
commit e4f63b3de9
25 changed files with 78 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
services:
gitara-web:
container_name: gitara-web
kompress:
container_name: kompress
build:
context: .
dockerfile: Dockerfile
@@ -9,9 +9,9 @@ services:
env_file:
- .env.production
volumes:
- gitara_web_data:/usr/app/data
- kompress_eshop_data:/usr/app/data
networks:
- gitara-net
- kompress_eshop-net
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "curl -fsS http://localhost:5150/_ping"]
@@ -21,10 +21,10 @@ services:
start_period: 20s
networks:
gitara-net:
kompress_eshop-net:
external: true
volumes:
gitara_web_data:
kompress_eshop_data:
external: true
name: gitara_web_data
name: kompress_eshop_data