daster:0.1.0
This commit is contained in:
commit
3456d6f51b
8 changed files with 59 additions and 0 deletions
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
services:
|
||||
daster:
|
||||
image: daster:0.1.0
|
||||
build:
|
||||
context: .
|
||||
container_name: daster
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
# - 443:443
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ./conf:/etc/daster:ro
|
||||
- ./certs:/var/certs:ro
|
||||
- ./log:/var/log:rw
|
||||
Loading…
Add table
Add a link
Reference in a new issue