mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-21 22:11:26 +00:00
update docker-compose
This commit is contained in:
parent
cebb463654
commit
b1ff44ca2f
1 changed files with 2 additions and 8 deletions
|
@ -14,10 +14,7 @@ services:
|
||||||
## App and Worker
|
## App and Worker
|
||||||
app:
|
app:
|
||||||
# Comment to use dockerhub image
|
# Comment to use dockerhub image
|
||||||
build:
|
image: pixelfed/pixelfed:latest
|
||||||
context: .
|
|
||||||
dockerfile: contrib/docker/Dockerfile.apache
|
|
||||||
image: pixelfed
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env.docker
|
- .env.docker
|
||||||
|
@ -35,10 +32,7 @@ services:
|
||||||
- redis
|
- redis
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
build:
|
image: pixelfed/pixelfed:latest
|
||||||
context: .
|
|
||||||
dockerfile: contrib/docker/Dockerfile.apache
|
|
||||||
image: pixelfed
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- .env.docker
|
- .env.docker
|
||||||
|
|
Loading…
Reference in a new issue