Web - 1
This commit is contained in:
@@ -10,6 +10,16 @@ services:
|
||||
networks:
|
||||
- linedance
|
||||
|
||||
web:
|
||||
build: ./web
|
||||
restart: always
|
||||
ports:
|
||||
- "80:80"
|
||||
networks:
|
||||
- linedance
|
||||
depends_on:
|
||||
- api
|
||||
|
||||
adminer:
|
||||
image: adminer
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user