|
|
@ -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
|
|
|
|