mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
local dev upgrades
This commit is contained in:
25
docker-compose.devcontainer.yml
Normal file
25
docker-compose.devcontainer.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
admin:
|
||||
container_name: admin
|
||||
image: notification-admin
|
||||
env_file: .env
|
||||
build:
|
||||
context: .
|
||||
dockerfile: devcontainer-admin/Dockerfile
|
||||
command: sleep infinity
|
||||
volumes:
|
||||
- .:/workspace:cached
|
||||
ports:
|
||||
- "6012:6012"
|
||||
expose:
|
||||
- "6012"
|
||||
adminredis:
|
||||
container_name: adminredis
|
||||
image: redis:latest
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: notify-network
|
||||
external: true
|
||||
Reference in New Issue
Block a user