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