fixup
This commit is contained in:
parent
60070001ae
commit
fb31a8eea2
|
@ -4,4 +4,4 @@ services:
|
||||||
build:
|
build:
|
||||||
context: docker/send
|
context: docker/send
|
||||||
dockerfile: Dockerfile.production
|
dockerfile: Dockerfile.production
|
||||||
image: git.nixc.us/nixius/send:production
|
image: git.nixc.us/nixius/send:production-web
|
||||||
|
|
|
@ -3,4 +3,4 @@ services:
|
||||||
send:
|
send:
|
||||||
build:
|
build:
|
||||||
context: docker/send
|
context: docker/send
|
||||||
image: git.nixc.us/nixius/send:staging
|
image: git.nixc.us/nixius/send:staging-web
|
||||||
|
|
|
@ -5,7 +5,7 @@ networks:
|
||||||
default:
|
default:
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: git.nixc.us/nixius/send:staging-web
|
image: git.nixc.us/nixius/send:production-web
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
environment:
|
environment:
|
||||||
|
@ -20,7 +20,7 @@ services:
|
||||||
DEFAULT_DOWNLOADS: "1"
|
DEFAULT_DOWNLOADS: "1"
|
||||||
DEFAULT_EXPIRE_SECONDS: "86400"
|
DEFAULT_EXPIRE_SECONDS: "86400"
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/tank/persist/nixc.us/send/staging/uploads:/uploads
|
- /mnt/tank/persist/nixc.us/send/production/uploads:/uploads
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- traefik
|
- traefik
|
||||||
|
@ -55,7 +55,7 @@ services:
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=false
|
- traefik.enable=false
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/tank/persist/nixc.us/send/staging/db:/data
|
- /mnt/tank/persist/nixc.us/send/production/db:/data
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
entrypoint: redis-server
|
entrypoint: redis-server
|
Loading…
Reference in New Issue