Prepare for deployment
This commit is contained in:
14
compose.yaml
14
compose.yaml
@@ -12,6 +12,20 @@
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- app_data:/app/Storage
|
||||
|
||||
t120b165-imgboard-client:
|
||||
image: t120b165-imgboard-client
|
||||
container_name: t120b165_app_client
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Client/Dockerfile
|
||||
depends_on:
|
||||
- db
|
||||
- t120b165-imgboard
|
||||
ports:
|
||||
- "8000:3000"
|
||||
|
||||
db:
|
||||
image: mariadb:lts
|
||||
container_name: t120b165_db
|
||||
|
||||
Reference in New Issue
Block a user