2022-11-10 00:12:34 +05:30
|
|
|
services:
|
2022-12-30 23:26:51 +05:30
|
|
|
website:
|
|
|
|
container_name: website
|
2023-02-17 21:52:18 +05:30
|
|
|
image: ghcr.io/projectsegfault/website:latest
|
2022-12-30 23:26:51 +05:30
|
|
|
restart: unless-stopped
|
2023-01-11 00:28:52 +05:30
|
|
|
# uncomment these lines if you want to build from source
|
|
|
|
#build:
|
|
|
|
# context: .
|
|
|
|
# dockerfile: Dockerfile
|
2022-11-10 00:12:34 +05:30
|
|
|
ports:
|
2023-02-03 23:25:33 +05:30
|
|
|
- "127.0.0.1:1339:3000"
|