Fix DNS on build
This commit is contained in:
parent
20e5638703
commit
289db0cb02
@ -33,6 +33,7 @@ services:
|
||||
build:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile.dev
|
||||
network: host
|
||||
container_name: stupa_api
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
||||
@ -33,6 +33,7 @@ services:
|
||||
build:
|
||||
context: ./backend
|
||||
dockerfile: Dockerfile
|
||||
network: host
|
||||
container_name: stupa_api
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
@ -67,6 +68,7 @@ services:
|
||||
build:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
network: host
|
||||
container_name: stupa_frontend
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user