simonis.lol/compose.yml

13 lines
209 B
YAML
Raw Normal View History

2025-02-21 11:24:46 +01:00
services:
app:
container_name: simonis.lol
build:
context: .
dockerfile: Dockerfile.dev
restart: none
ports:
- '8080:80'
volumes:
- './src:/usr/share/nginx/html'