Compare commits
No commits in common. "0bc4e0e1dfcdb37f549fa7f508187513608d391e" and "6e35a52bbd0c9786e6b2331a33a4a108a2a69ad4" have entirely different histories.
0bc4e0e1df
...
6e35a52bbd
|
@ -1,2 +0,0 @@
|
|||
secrets/** filter=git-crypt diff=git-crypt
|
||||
.gitattributes !filter !diff
|
BIN
secrets/jelu.env
BIN
secrets/jelu.env
Binary file not shown.
|
@ -4,18 +4,14 @@ services:
|
|||
image: wabayang/jelu
|
||||
container_name: jelu
|
||||
volumes:
|
||||
- ${DOCKER_STORAGE_PATH}/jelu/config:/config
|
||||
- ${DOCKER_STORAGE_PATH}/jelu/database:/database
|
||||
- ${DOCKER_STORAGE_PATH}/jelu/files/images:/files/images
|
||||
- ${DOCKER_STORAGE_PATH}/jelu/files/imports:/files/imports
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
configs:
|
||||
- source: jelu_config
|
||||
target: /config/application.yml
|
||||
networks:
|
||||
public:
|
||||
ipv4_address: 192.168.240.33
|
||||
env_file:
|
||||
- secrets/jelu.env
|
||||
environment:
|
||||
SERVER_PORT: 80
|
||||
SPRING_DATASOURCE_USERNAME: lukas
|
||||
|
@ -23,13 +19,4 @@ services:
|
|||
JELU_CORS_ALLOWED-ORIGINS: https://jelu.${DOMAIN}
|
||||
profiles:
|
||||
- base
|
||||
restart: unless-stopped
|
||||
|
||||
configs:
|
||||
jelu_config:
|
||||
content: |
|
||||
jelu:
|
||||
metadataProviders:
|
||||
- is-enabled: true
|
||||
apiKey: "${GOOGLE_API_KEY}"
|
||||
name: "google"
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue