Skip to content

Commit ea03702

Browse files
committed
Update .gitignore and docker-compose.yml for improved configuration management
1 parent 735e8fa commit ea03702

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
authelia/db.sqlite3
22
lldap/config/users.db
33
lldap/config/lldap_config.toml
4+
.DS_Store

docker-compose.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3.8"
21
services:
32
caddy:
43
container_name: caddy
@@ -44,7 +43,7 @@ services:
4443
volumes:
4544
- ./pygeoapi-config.yml:/pygeoapi/local.config.yml
4645
ports:
47-
- "80"
46+
- 80
4847
environment:
4948
- SCRIPT_NAME=/api
5049
depends_on:
@@ -55,8 +54,8 @@ services:
5554
- caddy
5655

5756
lldap:
58-
container_name: "lldap"
59-
image: "nitnelave/lldap:latest"
57+
container_name: lldap
58+
image: lldap/lldap:stable
6059
restart: unless-stopped
6160
networks:
6261
- caddy

0 commit comments

Comments
 (0)