Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated version from compose files #196

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
# & Healthcare Disclaimer located at http://opencrvs.org/license.
#
# Copyright (C) The OpenCRVS Authors located at https://github.com/opencrvs/opencrvs-core/blob/master/AUTHORS.
version: "3.3"

services:

countryconfig:
image: ${DOCKERHUB_ACCOUNT}/${DOCKERHUB_REPO}:${COUNTRY_CONFIG_VERSION}
build: .
2 changes: 0 additions & 2 deletions infrastructure/docker-compose.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# & Healthcare Disclaimer located at http://opencrvs.org/license.
#
# Copyright (C) The OpenCRVS Authors located at https://github.com/opencrvs/opencrvs-core/blob/master/AUTHORS.
version: '3.3'

services:
# Configure reverse proxy for public endpoints
# Note: these published port will override UFW rules as Docker manages it's own iptables
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/docker-compose.development-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.3'

services:
notification:
environment:
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/docker-compose.production-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.3'

#
# Production deployments of OpenCRVS should never be exposed to the internet.
# Instead, they should be deployed on a private network and exposed to the internet via a VPN.
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/docker-compose.qa-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.3'

services:
traefik:
networks:
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/docker-compose.staging-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.3'

#
# Production deployments of OpenCRVS should never be exposed to the internet.
# Instead, they should be deployed on a private network and exposed to the internet via a VPN.
Expand Down
Loading