modified semaphore

This commit is contained in:
dn
2024-12-17 08:34:24 +01:00
parent 4f18c40d94
commit a95f41a323

View File

@@ -35,8 +35,6 @@ services:
ports: ports:
- 3000:3000 - 3000:3000
image: semaphoreui/semaphore:latest image: semaphoreui/semaphore:latest
volume:
- semaphore_config:/config
environment: environment:
SEMAPHORE_DB_USER: semaphore SEMAPHORE_DB_USER: semaphore
SEMAPHORE_DB_PASS: semaphore SEMAPHORE_DB_PASS: semaphore
@@ -65,6 +63,4 @@ services:
replicas: 1 replicas: 1
volumes: volumes:
semaphore-mysql: # to use postgres, switch to: semaphore-postgres semaphore-mysql: # to use postgres, switch to: semaphore-postgres
driver: gfs_vol
semaphore_config:
driver: gfs_vol driver: gfs_vol