mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-08 17:12:24 +05:30
12 lines
333 B
YAML
12 lines
333 B
YAML
services:
|
|
website:
|
|
container_name: website
|
|
image: ghcr.io/projectsegfault/website:latest
|
|
restart: unless-stopped
|
|
# uncomment these lines if you want to build from source
|
|
#build:
|
|
# context: .
|
|
# dockerfile: Dockerfile
|
|
ports:
|
|
- "127.0.0.1:1339:3000"
|