Skip to content

Commit 4df3c05

Browse files
committed
fix gitignore for new layout
get rid of ports in mariadb and postgresql
1 parent 1ec71b1 commit 4df3c05

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
*~
1313

14+
lib/**
15+
log/**
16+
run/**
17+
1418
avahi-dns/services
1519

1620
home-assistant/config/

apps/mariadb/docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ services:
2626
]
2727
timeout: 30s
2828

29-
mariadb-ports:
30-
<<: *base
31-
container_name: mariadb-ports
32-
ports:
33-
- 3306:3306
34-
3529
networks:
3630
mariadb:
3731
name: mariadb-net

apps/postgresql/docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ services:
1414
env_file:
1515
- .env
1616

17-
postgresql-ports:
18-
<<: *base
19-
container_name: postgresql-ports
20-
ports:
21-
- 5432:5432
22-
2317
networks:
2418
db:
2519
name: postgres-net

0 commit comments

Comments
 (0)