2023-07-30 14:53:24 +00:00
|
|
|
version: "3"
|
|
|
|
services:
|
|
|
|
app:
|
2023-08-22 19:07:07 +00:00
|
|
|
image: git.hackmi.ch/hackmi.ch/services:latest
|
|
|
|
# build: .
|
2023-07-30 14:53:24 +00:00
|
|
|
ports:
|
|
|
|
- 8001:80
|
|
|
|
environment:
|
|
|
|
- NGINX_PORT=80
|
2024-04-07 10:49:27 +00:00
|
|
|
restart: "unless-stopped"
|