refactor: remove dokploy-network

This commit is contained in:
Mauricio Siu
2025-02-09 02:31:01 -06:00
parent a8f94540f9
commit c0a00f4957
60 changed files with 150 additions and 302 deletions

View File

@@ -3,8 +3,7 @@ version: '3.7'
services:
ryot-app:
image: ignisda/ryot:v7.10
networks:
- dokploy-network
environment:
- DATABASE_URL=postgres://postgres:${POSTGRES_PASSWORD}@ryot-db:5432/postgres
- SERVER_ADMIN_ACCESS_TOKEN=${ADMIN_ACCESS_TOKEN}
@@ -19,8 +18,7 @@ services:
ryot-db:
image: postgres:16-alpine
networks:
- dokploy-network
volumes:
- ryot-postgres-data:/var/lib/postgresql/data
environment: