This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit ebbba3e9 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Draft: Resolve "Update Portainer to 2.19.5"

parent f6b74f65
Branches
2 merge requests!251Development,!249Resolve "Update Portainer to 2.19.5"
......@@ -13,7 +13,7 @@ services:
- SPRING_PROFILES_ACTIVE=${SPRING_PROFILES_ACTIVE}
- MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true
- SPRING_DATASOURCE_URL=jdbc:mysql://sharing_mysql:3306/gitsearch?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=UTC&createDatabaseIfNotExist=true
- JHIPSTER_SLEEP=10 # gives a small time for other services to boot before the application
- JHIPSTER_SLEEP=5 # gives a small time for other services to boot before the application
- SPRING_DATA_JEST_URI=http://sharing_elasticsearch:9200
- SPRING_ELASTICSEARCH_REST_URIS=http://sharing_elasticsearch:9200
# see https://stackoverflow.com/questions/62676762/how-can-a-variable-set-in-the-docker-env-file-be-used-in-application-yml
......
# This is the configuration for the portainer container
version: '3.8'
volumes:
portainer_data:
driver: local
services:
portainer:
image: portainer/portainer-ce:2.19.5
restart: always
container_name: portainer
volumes:
- portainer_data:/data
- /var/run/docker.sock:/var/run/docker.sock
# If you want to expose these ports outside your dev PC,
# remove the "127.0.0.1:" prefix
ports:
- 9010:9000
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment