Enable all services

This commit is contained in:
Yax 2022-12-07 18:55:07 +01:00
parent 75df1be7f7
commit 9067e9ae35
11 changed files with 2 additions and 20 deletions

View file

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

View file

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

View file

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

View file

@ -6,7 +6,6 @@ services:
environment:
NODE_ENV: production
image: bpatrik/pigallery2:1.9.0-alpine
profiles: ["disabled"]
networks:
- photo-frontend
expose: