diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-10-12 15:08:47 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-10-12 15:08:47 -0400 |
| commit | 838d80ce274e0634eddafc08bed6d5ba8e0403e1 (patch) | |
| tree | 07a942203e56f6363983b2d9416cc9ed2b700155 /docker-compose.test.yml | |
| parent | f9d5251dd78468d99fbd88eedaacdc4dede1a4cc (diff) | |
Diffstat (limited to 'docker-compose.test.yml')
| -rw-r--r-- | docker-compose.test.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docker-compose.test.yml b/docker-compose.test.yml deleted file mode 100644 index 0444c69..0000000 --- a/docker-compose.test.yml +++ /dev/null @@ -1,23 +0,0 @@ -services: - test-server: - build: - context: ./server - target: testing - environment: - POSTGRES_HOST: test-sql - POSTGRES_USER: your_postgres_user - POSTGRES_PASSWORD: your_postgres_password - depends_on: - - test-sql - volumes: - - "${MOUNT_DATA}:/data" - - "./server/config.yaml:/opt/app/config.yaml" - - test-sql: - image: postgres:11-alpine - restart: unless-stopped - environment: - POSTGRES_USER: your_postgres_user - POSTGRES_PASSWORD: your_postgres_password - volumes: - - "${MOUNT_SQL}:/var/lib/postgresql/data"
\ No newline at end of file |