Added web front end
This commit is contained in:
@@ -48,5 +48,15 @@ services:
|
||||
networks:
|
||||
- maillist-internal
|
||||
|
||||
web:
|
||||
build: ./web
|
||||
container_name: maillist-web
|
||||
depends_on:
|
||||
- api
|
||||
ports:
|
||||
- "3000:80"
|
||||
networks:
|
||||
- maillist-internal
|
||||
|
||||
volumes:
|
||||
mysql_data:
|
||||
|
||||
Reference in New Issue
Block a user