mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-09 17:42:02 +05:30
11 lines
332 B
YAML
11 lines
332 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" |