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: services:
postgres: postgres:
image: postgres:16 image: postgres:16
container_name: toir-light-postgres container_name: toir-light-postgres
restart: unless-stopped restart: unless-stopped
@@ -22,7 +22,6 @@ postgres:
networks: networks:
- toir-light - toir-light
server: server:
build: build:
context: ./server context: ./server