simonis.lol/compose.yml
Constantin Simonis eb7868e77e
All checks were successful
build / build (push) Successful in 13s
add dev dockerfile
2025-02-21 11:24:46 +01:00

13 lines
209 B
YAML

services:
app:
container_name: simonis.lol
build:
context: .
dockerfile: Dockerfile.dev
restart: none
ports:
- '8080:80'
volumes:
- './src:/usr/share/nginx/html'