feat: initial commit
This commit is contained in:
commit
6179dea246
19 changed files with 693 additions and 0 deletions
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
services:
|
||||
sitelen-tu:
|
||||
build:
|
||||
context: src
|
||||
dockerfile: Dockerfile
|
||||
env_file: "sitelen.env"
|
||||
ports:
|
||||
- "127.0.0.1:80:80"
|
||||
# updater:
|
||||
# build:
|
||||
# context: legacy
|
||||
# dockerfile: Dockerfile
|
||||
# env_file: "updater.env"
|
||||
# volumes:
|
||||
# - ./legacy/configs:/configs
|
||||
redis:
|
||||
image: redis:latest
|
||||
ports:
|
||||
- "127.0.0.1:6379:6379"
|
Loading…
Add table
Add a link
Reference in a new issue