added terraform database to semaphore compose
This commit is contained in:
@@ -10,6 +10,18 @@ services:
|
||||
- /data/db/:/var/lib/postgresql/data
|
||||
networks:
|
||||
- semaphore_network
|
||||
terraform_db:
|
||||
image: postgres
|
||||
environment:
|
||||
POSTGRES_USER: semaphore
|
||||
POSTGRES_PASSWORD: changeme
|
||||
POSTGRES_DB: semaphore
|
||||
user: "2000:2000"
|
||||
ports:
|
||||
volumes:
|
||||
- /data/db/:/var/lib/postgresql/data
|
||||
networks:
|
||||
- semaphore_network
|
||||
semaphore:
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
||||
Reference in New Issue
Block a user