docker-compose for one-line deployment

This commit is contained in:
n0k0m3 2022-06-20 12:12:08 -04:00
parent 75b2de7ac8
commit 179b8f67b4

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: '3.7'
services:
ALAS:
network_mode: host
volumes:
- '.:/app/AzurLaneAutoScript:rw'
- '/etc/localtime:/etc/localtime:ro'
container_name: 'alas'
image: 'alas'
build:
context: ./
dockerfile: ./dev_tools/Dockerfile