services/docker-compose.yml

10 lines
183 B
YAML
Raw Normal View History

2023-07-30 14:53:24 +00:00
version: "3"
services:
app:
image: git.hackmi.ch/hackmi.ch/services:latest
# build: .
2023-07-30 14:53:24 +00:00
ports:
- 8001:80
environment:
- NGINX_PORT=80
restart: "always"