mirror of
https://github.com/DerTyp7/tealfire-website.git
synced 2025-10-29 12:52:11 +01:00
Added docker compose files
This commit is contained in:
9
docker-compose-dev.yaml
Normal file
9
docker-compose-dev.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
services:
|
||||||
|
tealfire-website:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
network: host
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 80:80/tcp
|
||||||
6
docker-compose.yaml
Normal file
6
docker-compose.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
services:
|
||||||
|
tealfire-website:
|
||||||
|
image: dertyp7/tealfire-website:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 80:80/tcp
|
||||||
Reference in New Issue
Block a user