chore(docker): Using alpine versions of nginx and postgrte

This commit is contained in:
Данил 2025-02-13 13:10:29 +03:00
parent 6bae4dabfc
commit 632f2f34b6

View file

@ -1,6 +1,6 @@
services: services:
nginx: nginx:
image: nginx:latest image: nginx:alpine
ports: ports:
- '80:80' - '80:80'
- '443:443' - '443:443'