mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-31 18:16:24 -05:00
Remove unused CI docker compose files (#6754)
These now exist in the pipelines repo.
This commit is contained in:
parent
837f62266b
commit
2093f83ea0
@ -1,22 +0,0 @@
|
|||||||
version: '3.1'
|
|
||||||
|
|
||||||
services:
|
|
||||||
|
|
||||||
postgres:
|
|
||||||
image: postgres:9.5
|
|
||||||
environment:
|
|
||||||
POSTGRES_PASSWORD: postgres
|
|
||||||
command: -c fsync=off
|
|
||||||
|
|
||||||
testenv:
|
|
||||||
image: python:3.5
|
|
||||||
depends_on:
|
|
||||||
- postgres
|
|
||||||
env_file: .env
|
|
||||||
environment:
|
|
||||||
SYNAPSE_POSTGRES_HOST: postgres
|
|
||||||
SYNAPSE_POSTGRES_USER: postgres
|
|
||||||
SYNAPSE_POSTGRES_PASSWORD: postgres
|
|
||||||
working_dir: /src
|
|
||||||
volumes:
|
|
||||||
- ..:/src
|
|
@ -1,22 +0,0 @@
|
|||||||
version: '3.1'
|
|
||||||
|
|
||||||
services:
|
|
||||||
|
|
||||||
postgres:
|
|
||||||
image: postgres:11
|
|
||||||
environment:
|
|
||||||
POSTGRES_PASSWORD: postgres
|
|
||||||
command: -c fsync=off
|
|
||||||
|
|
||||||
testenv:
|
|
||||||
image: python:3.7
|
|
||||||
depends_on:
|
|
||||||
- postgres
|
|
||||||
env_file: .env
|
|
||||||
environment:
|
|
||||||
SYNAPSE_POSTGRES_HOST: postgres
|
|
||||||
SYNAPSE_POSTGRES_USER: postgres
|
|
||||||
SYNAPSE_POSTGRES_PASSWORD: postgres
|
|
||||||
working_dir: /src
|
|
||||||
volumes:
|
|
||||||
- ..:/src
|
|
@ -1,22 +0,0 @@
|
|||||||
version: '3.1'
|
|
||||||
|
|
||||||
services:
|
|
||||||
|
|
||||||
postgres:
|
|
||||||
image: postgres:9.5
|
|
||||||
environment:
|
|
||||||
POSTGRES_PASSWORD: postgres
|
|
||||||
command: -c fsync=off
|
|
||||||
|
|
||||||
testenv:
|
|
||||||
image: python:3.7
|
|
||||||
depends_on:
|
|
||||||
- postgres
|
|
||||||
env_file: .env
|
|
||||||
environment:
|
|
||||||
SYNAPSE_POSTGRES_HOST: postgres
|
|
||||||
SYNAPSE_POSTGRES_USER: postgres
|
|
||||||
SYNAPSE_POSTGRES_PASSWORD: postgres
|
|
||||||
working_dir: /src
|
|
||||||
volumes:
|
|
||||||
- ..:/src
|
|
1
changelog.d/6754.misc
Normal file
1
changelog.d/6754.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Remove unused CI docker compose files.
|
Loading…
Reference in New Issue
Block a user