docker compose fixed
Some checks failed
CI / Check Style (push) Has been cancelled
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled

This commit is contained in:
2026-05-20 19:46:36 +00:00
parent 30db21f4af
commit c6a6f4cd0c

View File

@@ -1,9 +1,11 @@
services: services:
universal-web: gitara-web:
container_name: gitara-web container_name: gitara-web
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
extra_hosts:
- "host.docker.internal:host-gateway"
env_file: env_file:
- .env.production - .env.production
volumes: volumes:
@@ -24,4 +26,5 @@ networks:
volumes: volumes:
gitara_web_data: gitara_web_data:
external: true
name: gitara_web_data name: gitara_web_data