Rollback mealie and ferdium due to breaking changes
This commit is contained in:
parent
2e1e372673
commit
eed1b36d3e
|
@ -1,9 +1,9 @@
|
|||
services:
|
||||
ferdium-server:
|
||||
container_name: ferdium-server
|
||||
image: ferdium/ferdium-server:latest
|
||||
image: ferdium/ferdium-server:1.3.16
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
- NODE_ENV=production
|
||||
- APP_URL=https://ferdium.bhasher.com
|
||||
- DB_CONNECTION=pg
|
||||
- DB_HOST=postgres
|
||||
|
@ -12,16 +12,9 @@ services:
|
|||
- DB_PASSWORD=$POSTGRES_PASSWORD
|
||||
- DB_DATABASE=ferdium
|
||||
- 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_DASHBOARD_ENABLED=true
|
||||
- IS_REGISTRATION_ENABLED=true
|
||||
- IS_REGISTRATION_ENABLED=false
|
||||
- CONNECT_WITH_FRANZ=false
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
@ -35,14 +28,8 @@ services:
|
|||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
volumes:
|
||||
- $DATA/ferdium/data:/data
|
||||
- $DATA/ferdium/recipes:/app/recipes
|
||||
- $DATA/ferdium/recipes:/app/build/recipes
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- storage
|
||||
- external
|
||||
|
||||
networks:
|
||||
storage:
|
||||
external: true
|
||||
external:
|
||||
external: true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
mealie:
|
||||
container_name: mealie
|
||||
image: hkotel/mealie:latest
|
||||
image: hkotel/mealie:v0.5.6
|
||||
restart: always
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
Loading…
Reference in New Issue