website/compose.yml

12 lines
333 B
YAML
Raw Normal View History

2022-11-09 20:42:34 +02:00
services:
2022-12-30 19:56:51 +02:00
website:
container_name: website
image: ghcr.io/projectsegfault/website:latest
2022-12-30 19:56:51 +02:00
restart: unless-stopped
2023-01-10 20:58:52 +02:00
# uncomment these lines if you want to build from source
#build:
# context: .
# dockerfile: Dockerfile
2022-11-09 20:42:34 +02:00
ports:
2023-02-03 19:55:33 +02:00
- "127.0.0.1:1339:3000"