remove ports
This commit is contained in:
parent
57a69367a0
commit
ad0916610e
1 changed files with 0 additions and 4 deletions
|
@ -12,8 +12,6 @@ services:
|
||||||
- ./postgres14:/var/lib/postgresql/data
|
- ./postgres14:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
- 'POSTGRES_HOST_AUTH_METHOD=trust'
|
- 'POSTGRES_HOST_AUTH_METHOD=trust'
|
||||||
ports:
|
|
||||||
- '5432:{{ mastodon_db_port }}'
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -24,8 +22,6 @@ services:
|
||||||
test: ['CMD', 'redis-cli', 'ping']
|
test: ['CMD', 'redis-cli', 'ping']
|
||||||
volumes:
|
volumes:
|
||||||
- ./redis:/data
|
- ./redis:/data
|
||||||
ports:
|
|
||||||
- '6379:{{ redis_port }}'
|
|
||||||
|
|
||||||
# es:
|
# es:
|
||||||
# restart: always
|
# restart: always
|
||||||
|
|
Loading…
Reference in a new issue