mirror of
https://github.com/Theodor-Springmann-Stiftung/khalilogy.org.git
synced 2025-10-29 10:55:30 +00:00
15 lines
206 B
YAML
15 lines
206 B
YAML
services:
|
|
khalilogy:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
expose:
|
|
- "80"
|
|
restart: unless-stopped
|
|
networks:
|
|
- caddynet
|
|
|
|
networks:
|
|
caddynet:
|
|
external: true
|