mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
docker-compose for one-line deployment
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user