Rollback mealie and ferdium due to breaking changes
This commit is contained in:
parent
2e1e372673
commit
eed1b36d3e
|
@ -1,9 +1,9 @@
|
||||||
services:
|
services:
|
||||||
ferdium-server:
|
ferdium-server:
|
||||||
container_name: ferdium-server
|
container_name: ferdium-server
|
||||||
image: ferdium/ferdium-server:latest
|
image: ferdium/ferdium-server:1.3.16
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=development
|
- NODE_ENV=production
|
||||||
- APP_URL=https://ferdium.bhasher.com
|
- APP_URL=https://ferdium.bhasher.com
|
||||||
- DB_CONNECTION=pg
|
- DB_CONNECTION=pg
|
||||||
- DB_HOST=postgres
|
- DB_HOST=postgres
|
||||||
|
@ -12,16 +12,9 @@ services:
|
||||||
- DB_PASSWORD=$POSTGRES_PASSWORD
|
- DB_PASSWORD=$POSTGRES_PASSWORD
|
||||||
- DB_DATABASE=ferdium
|
- DB_DATABASE=ferdium
|
||||||
- DB_SSL=false
|
- DB_SSL=false
|
||||||
#- MAIL_CONNECTION=smtp
|
|
||||||
#- SMTP_HOST=127.0.0.1
|
|
||||||
#- SMTP_PORT=2525
|
|
||||||
#- MAIL_SSL=false
|
|
||||||
#- MAIL_USERNAME=username
|
|
||||||
#- MAIL_PASSWORD=password
|
|
||||||
#- MAIL_SENDER=noreply@ferdium.org
|
|
||||||
- IS_CREATION_ENABLED=true
|
- IS_CREATION_ENABLED=true
|
||||||
- IS_DASHBOARD_ENABLED=true
|
- IS_DASHBOARD_ENABLED=true
|
||||||
- IS_REGISTRATION_ENABLED=true
|
- IS_REGISTRATION_ENABLED=false
|
||||||
- CONNECT_WITH_FRANZ=false
|
- CONNECT_WITH_FRANZ=false
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
@ -35,14 +28,8 @@ services:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
volumes:
|
volumes:
|
||||||
- $DATA/ferdium/data:/data
|
- $DATA/ferdium/data:/data
|
||||||
- $DATA/ferdium/recipes:/app/recipes
|
- $DATA/ferdium/recipes:/app/build/recipes
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- storage
|
- storage
|
||||||
- external
|
- external
|
||||||
|
|
||||||
networks:
|
|
||||||
storage:
|
|
||||||
external: true
|
|
||||||
external:
|
|
||||||
external: true
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
mealie:
|
mealie:
|
||||||
container_name: mealie
|
container_name: mealie
|
||||||
image: hkotel/mealie:latest
|
image: hkotel/mealie:v0.5.6
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
Loading…
Reference in New Issue