We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec71b1 commit 4df3c05Copy full SHA for 4df3c05
3 files changed
.gitignore
@@ -11,6 +11,10 @@
11
12
*~
13
14
+lib/**
15
+log/**
16
+run/**
17
+
18
avahi-dns/services
19
20
home-assistant/config/
apps/mariadb/docker-compose.yml
@@ -26,12 +26,6 @@ services:
26
]
27
timeout: 30s
28
29
- mariadb-ports:
30
- <<: *base
31
- container_name: mariadb-ports
32
- ports:
33
- - 3306:3306
34
-
35
networks:
36
mariadb:
37
name: mariadb-net
apps/postgresql/docker-compose.yml
@@ -14,12 +14,6 @@ services:
env_file:
- .env
- postgresql-ports:
- container_name: postgresql-ports
21
- - 5432:5432
22
23
24
db:
25
name: postgres-net
0 commit comments