docs/compose.yaml
Andros Fenollosa 8ebd95c78e
Some checks are pending
Gitea Actions Deploy / deploy (push) Waiting to run
Update compose.yaml
2024-06-24 17:18:26 +02:00

18 lines
264 B
YAML

services:
one-el:
build: .
restart: "no"
volumes:
- .:/usr/src/app/
nginx:
restart: always
image: nginx:alpine
ports:
- 8900:80
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./public:/var/www/html