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"
|
2024-04-26 09:08:30 +00:00
|
|
|
- "3080:8080"
|
|
|
|
|