fix docker-compose.yml

This commit is contained in:
MaKarin
2026-04-04 09:17:30 +03:00
parent f0fdd8bdde
commit df2797fe7d

View File

@@ -1,5 +1,5 @@
services:
postgres:
postgres:
image: postgres:16
container_name: toir-light-postgres
restart: unless-stopped
@@ -22,7 +22,6 @@ postgres:
networks:
- toir-light
server:
build:
context: ./server