mirror of
https://github.com/Theodor-Springmann-Stiftung/webseite.git
synced 2025-10-28 16:55:33 +00:00
Build and Host
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
tsssite:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
expose:
|
||||
- "80"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddynet
|
||||
|
||||
networks:
|
||||
caddynet:
|
||||
external: true
|
||||
Reference in New Issue
Block a user