mirror of
https://github.com/Theodor-Springmann-Stiftung/webseite.git
synced 2025-10-28 08:45:33 +00:00
15 lines
204 B
YAML
15 lines
204 B
YAML
services:
|
|
tsssite:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
expose:
|
|
- "80"
|
|
restart: unless-stopped
|
|
networks:
|
|
- caddynet
|
|
|
|
networks:
|
|
caddynet:
|
|
external: true
|