Remove Postgres from selfhosted_services
This commit is contained in:
@@ -80,32 +80,12 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
internal_traffic:
|
internal_traffic:
|
||||||
ipv4_address: 192.168.3.38
|
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:
|
joplin:
|
||||||
image: florider89/joplin-server:2.14.2
|
image: florider89/joplin-server:2.14.2
|
||||||
container_name: self_joplin
|
container_name: self_joplin
|
||||||
networks:
|
networks:
|
||||||
internal_traffic:
|
internal_traffic:
|
||||||
ipv4_address: 192.168.3.40
|
ipv4_address: 192.168.3.40
|
||||||
#depends_on:
|
|
||||||
# - postgres
|
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|||||||
Reference in New Issue
Block a user