docker compose fixed
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user