Skip to content

Commit 59234c2

Browse files
author
devdanny21
committed
Fixed Docker again back to normal and delted css file.
1 parent b8b5e72 commit 59234c2

2 files changed

Lines changed: 2 additions & 72 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: "3.8"
2+
13
services:
24
pfcontrol:
35
build:
@@ -12,33 +14,9 @@ services:
1214
volumes:
1315
- ./logs:/app/logs
1416
restart: unless-stopped
15-
depends_on:
16-
- postgres
17-
- redis
18-
networks:
19-
- pfcontrol-network
20-
21-
postgres:
22-
image: postgres:16
23-
environment:
24-
POSTGRES_USER: pfcontrol
25-
POSTGRES_PASSWORD: pfcontrol
26-
POSTGRES_DB: pfcontrol
27-
volumes:
28-
- postgres_data:/var/lib/postgresql/data
29-
restart: unless-stopped
30-
networks:
31-
- pfcontrol-network
32-
33-
redis:
34-
image: redis:7-alpine
35-
restart: unless-stopped
3617
networks:
3718
- pfcontrol-network
3819

39-
volumes:
40-
postgres_data:
41-
4220
networks:
4321
pfcontrol-network:
4422
driver: bridge

src/components/Settings/settings-sliders.css

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)