Update compose.yaml
Some checks are pending
Gitea Actions Deploy / deploy (push) Waiting to run

This commit is contained in:
Andros Fenollosa 2024-06-24 17:18:26 +02:00 committed by GitHub
parent 6efe7a22a0
commit 8ebd95c78e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,3 +6,12 @@ services:
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