Archived
docker-compose
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
gardev-startpage:
|
||||
build:
|
||||
context: .
|
||||
container_name: gardev-startpage
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./data:/app/data/
|
||||
Reference in New Issue
Block a user