diff --git a/deployment/configurations/.gitignore b/deployment/configurations/.gitignore deleted file mode 100644 index 5a7d018505..0000000000 --- a/deployment/configurations/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/* -!/example -!.gitignore \ No newline at end of file diff --git a/deployment/configurations/stage.ocelot.social b/deployment/configurations/stage.ocelot.social deleted file mode 160000 index 841bc4d66a..0000000000 --- a/deployment/configurations/stage.ocelot.social +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 841bc4d66a48d387f051c7f3fe5c1eb6ca05e67c diff --git a/docker-compose.branded.yml b/docker-compose.branded.yml deleted file mode 100644 index adc4cef519..0000000000 --- a/docker-compose.branded.yml +++ /dev/null @@ -1,28 +0,0 @@ -services: - - webapp: - image: ${IMAGE_REPOSITORY:-ghcr.io/ocelot-social-community/stage.ocelot.social}/webapp:ocelot-${OCELOT_VERSION:-master}--branded-${BRANDED_VERSION:-master} - build: - target: branded - context: ${CONTEXT:-./deployment/configurations/stage.ocelot.social} - dockerfile: ./docker/backend.Dockerfile - args: - OCELOT_VERSION: ${OCELOT_VERSION:-master} - - backend: - image: ${IMAGE_REPOSITORY:-ghcr.io/ocelot-social-community/stage.ocelot.social}/backend:ocelot-${OCELOT_VERSION:-master}--branded-${BRANDED_VERSION:-master} - build: - target: branded - context: ${CONTEXT:-./deployment/configurations/stage.ocelot.social} - dockerfile: ./docker/webapp.Dockerfile - args: - OCELOT_VERSION: ${OCELOT_VERSION:-master} - - maintenance: - image: ${IMAGE_REPOSITORY:-ghcr.io/ocelot-social-community/stage.ocelot.social}/maintenance:ocelot-${OCELOT_VERSION:-master}--branded-${BRANDED_VERSION:-master} - build: - target: branded - context: ${CONTEXT:-./deployment/configurations/stage.ocelot.social} - dockerfile: ./docker/maintenance.Dockerfile - args: - OCELOT_VERSION: ${OCELOT_VERSION:-master}