mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2026-02-24 01:08:04 +00:00
Added amazon apprunner config
This commit is contained in:
14
apprunner.yaml
Normal file
14
apprunner.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: 1.0
|
||||
build:
|
||||
commands:
|
||||
pre-build:
|
||||
- curl -L "https://github.com/docker/compose/releases/download/v2.23.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
||||
- chmod +x /usr/local/bin/docker-compose
|
||||
build:
|
||||
- docker-compose build
|
||||
run:
|
||||
runtime: guest
|
||||
command: docker-compose up
|
||||
network:
|
||||
port: 8080
|
||||
protocol: tcp
|
||||
Reference in New Issue
Block a user