mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
docs(docker): update docs to add docker deployment example to droplet
This commit is contained in:
@ -27,7 +27,6 @@ services:
|
||||
container_name: server
|
||||
env_file: .env
|
||||
environment:
|
||||
- PUBLIC_URL=http://<SERVER-IP>
|
||||
- POSTGRES_HOST=postgres
|
||||
depends_on:
|
||||
- traefik
|
||||
@ -44,8 +43,6 @@ services:
|
||||
image: amruthpillai/reactive-resume:client-latest
|
||||
container_name: client
|
||||
env_file: .env
|
||||
environment:
|
||||
- PUBLIC_SERVER_URL=http://<SERVER-IP>/api
|
||||
depends_on:
|
||||
- traefik
|
||||
- server
|
||||
|
||||
Reference in New Issue
Block a user