website/docker-compose.build.yml

12 lines
190 B
YAML
Raw Permalink Normal View History

2024-03-22 10:19:46 +00:00
services:
web:
2024-04-08 11:52:10 +00:00
image: gitpot.org/sangelo/website:${TAG}
2024-03-22 10:19:46 +00:00
build:
context: .
dockerfile: Dockerfile
no_cache: true
ports:
- "3000:80"
- "3080:8080"