Logo
Explore Help
Sign In
PGL/Clyde
PGL/Clyde
3
2
Fork 3
You've already forked Clyde
Code Issues 13 Pull Requests Actions Projects 3 Releases 2 Wiki Activity
Clyde/backend/compose.yaml

14 lines
246 B
YAML
Raw Normal View History

base of backend Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com> Reviewed-on: https://git.herisson.ovh/PGL/Clyde/pulls/29 Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com> Co-committed-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
2024-02-23 12:00:36 +01:00
services:
Adding docker entry for backend This allow you to run `docker-compose up` in the backend directory to run the whole backend in a docker. by default the port is set to 4000
2024-02-26 13:20:03 +01:00
backend:
build: .
ports:
- 4000:8080
base of backend Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com> Reviewed-on: https://git.herisson.ovh/PGL/Clyde/pulls/29 Co-authored-by: Anthony Debucquoy <debucquoy.anthony@gmail.com> Co-committed-by: Anthony Debucquoy <debucquoy.anthony@gmail.com>
2024-02-23 12:00:36 +01:00
postgres:
image: 'postgres:latest'
environment:
- 'POSTGRES_DB=mydatabase'
- 'POSTGRES_PASSWORD=secret'
- 'POSTGRES_USER=myuser'
ports:
- '5432'
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 51ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API