This commit is contained in:
12
compose.yaml
Executable file
12
compose.yaml
Executable file
@@ -0,0 +1,12 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
app:
|
||||
container_name: marktaguiad.dev
|
||||
image: ghcr.io/mcbtaguiad/marktaguiad.dev:main
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
restart: always
|
||||
ports:
|
||||
- "8080:80"
|
||||
Reference in New Issue
Block a user