2025-04-27 17:20:02 +01:00
|
|
|
services:
|
|
|
|
sitelen-tu:
|
|
|
|
build:
|
|
|
|
context: src
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
env_file: "sitelen.env"
|
|
|
|
ports:
|
2025-04-27 17:52:40 +01:00
|
|
|
- "80:80"
|
|
|
|
- "443:443"
|
2025-04-27 17:20:02 +01:00
|
|
|
redis:
|
|
|
|
image: redis:latest
|
2025-04-28 15:13:15 +01:00
|
|
|
updater:
|
|
|
|
build:
|
|
|
|
context: legacy
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
env_file: "updater.env"
|
|
|
|
volumes:
|
|
|
|
- ./legacy/configs:/configs
|
|
|
|
profiles:
|
|
|
|
- legacy
|