Deprecate a bunch of bleromer stuff
This commit is contained in:
parent
5a24e961c4
commit
0e93b2614e
@ -2,10 +2,14 @@
|
|||||||
- name: docker deploy pleroma
|
- name: docker deploy pleroma
|
||||||
docker_container:
|
docker_container:
|
||||||
name: pleroma
|
name: pleroma
|
||||||
|
# Note: this container is defunct
|
||||||
|
# Switch to this: https://github.com/angristan/docker-pleroma
|
||||||
image: jordemort/pleroma
|
image: jordemort/pleroma
|
||||||
state: absent
|
state: absent
|
||||||
env:
|
env:
|
||||||
TZ: "America/Chicago"
|
TZ: "America/Chicago"
|
||||||
|
# This value is wrong because we're on Hetzner now, which is on a 10.0.0.0/8
|
||||||
|
# In fact, most of these envvars are wrong
|
||||||
POSTGRES_HOST: 192.168.164.156
|
POSTGRES_HOST: 192.168.164.156
|
||||||
POSTGRES_DB: pleroma_cowfee
|
POSTGRES_DB: pleroma_cowfee
|
||||||
POSTGRES_USER: pleroma-cowfee
|
POSTGRES_USER: pleroma-cowfee
|
||||||
|
Loading…
Reference in New Issue
Block a user