Skip to content

Commit

Permalink
Remove deprecated version from compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
n1koo committed Jul 5, 2024
1 parent 68dc11e commit 574d43a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
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

0 comments on commit 574d43a

Please sign in to comment.