Create docker-compose.yaml

This commit is contained in:
Alterem 2024-05-16 23:43:39 +08:00 committed by GitHub
parent 8161100c9d
commit df2da86c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

12
docker-compose.yaml Normal file
View File

@ -0,0 +1,12 @@
services:
override-app:
image: linux-do/override:latest
container_name: override-app
restart: always
build:
context: .
dockerfile: Dockerfile
volumes:
- ./config.json:/app/config.json
ports:
- "8181:8181"