Remove Postgres from selfhosted_services
This commit is contained in:
@@ -80,32 +80,12 @@ services:
|
||||
networks:
|
||||
internal_traffic:
|
||||
ipv4_address: 192.168.3.38
|
||||
#postgres:
|
||||
# image: postgres:13
|
||||
# container_name: self_postgres
|
||||
# volumes:
|
||||
# #- /mnt/docker/joplin/postgres:/var/lib/postgresql/data
|
||||
# - data_postgres:/var/lib/postgresql/data
|
||||
# expose:
|
||||
# - 5432
|
||||
# networks:
|
||||
# internal_traffic:
|
||||
# ipv4_address: 192.168.3.41
|
||||
#
|
||||
# restart: unless-stopped
|
||||
#
|
||||
# environment:
|
||||
# - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
# - POSTGRES_USER=${POSTGRES_USER}
|
||||
# - POSTGRES_DB=${POSTGRES_DATABASE}
|
||||
joplin:
|
||||
image: florider89/joplin-server:2.14.2
|
||||
container_name: self_joplin
|
||||
networks:
|
||||
internal_traffic:
|
||||
ipv4_address: 192.168.3.40
|
||||
#depends_on:
|
||||
# - postgres
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user