mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-21 14:01:27 +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:
|
||||
# Comment to use dockerhub image
|
||||
build:
|
||||
context: .
|
||||
dockerfile: contrib/docker/Dockerfile.apache
|
||||
image: pixelfed
|
||||
image: pixelfed/pixelfed:latest
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env.docker
|
||||
|
@ -35,10 +32,7 @@ services:
|
|||
- redis
|
||||
|
||||
worker:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: contrib/docker/Dockerfile.apache
|
||||
image: pixelfed
|
||||
image: pixelfed/pixelfed:latest
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env.docker
|
||||
|
|
Loading…
Reference in a new issue