Enable all services
This commit is contained in:
parent
75df1be7f7
commit
9067e9ae35
11 changed files with 2 additions and 20 deletions
|
|
@ -22,7 +22,6 @@ services:
|
|||
- traefik.http.routers.photo.entrypoints=https
|
||||
- traefik.http.routers.photo.tls=true
|
||||
- traefik.docker.network=photo-frontend
|
||||
profiles: ["disabled"]
|
||||
|
||||
networks:
|
||||
photo-frontend:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,7 @@ version: '3.8'
|
|||
services:
|
||||
postgres:
|
||||
container_name: photonix-postgres
|
||||
image: postgres:11.1-alpine
|
||||
profiles: ["disabled"]
|
||||
image: postgres:11.1-alpine
|
||||
environment:
|
||||
POSTGRES_DB: photonix
|
||||
POSTGRES_PASSWORD: password
|
||||
|
|
@ -16,14 +15,12 @@ services:
|
|||
redis:
|
||||
container_name: photonix-redis
|
||||
image: redis:6.2.2
|
||||
profiles: ["disabled"]
|
||||
networks:
|
||||
- photo-backend
|
||||
|
||||
photonix:
|
||||
container_name: photonix
|
||||
image: photonixapp/photonix:latest
|
||||
profiles: ["disabled"]
|
||||
expose:
|
||||
- 80
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ services:
|
|||
photoview-db:
|
||||
container_name: photoview-db
|
||||
image: mariadb:10.5
|
||||
profiles: ["disabled"]
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- MYSQL_DATABASE=photoview
|
||||
|
|
@ -19,7 +18,6 @@ services:
|
|||
photoview:
|
||||
container_name: photoview
|
||||
image: viktorstrate/photoview:2
|
||||
profiles: ["disabled"]
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 80
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ services:
|
|||
environment:
|
||||
NODE_ENV: production
|
||||
image: bpatrik/pigallery2:1.9.0-alpine
|
||||
profiles: ["disabled"]
|
||||
networks:
|
||||
- photo-frontend
|
||||
expose:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue