mirror of
https://github.com/DerTyp7/tealfire-website.git
synced 2025-10-28 12:22:14 +01:00
10 lines
164 B
YAML
10 lines
164 B
YAML
services:
|
|
tealfire-website:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
network: host
|
|
restart: unless-stopped
|
|
ports:
|
|
- 80:80/tcp
|